<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 1100px; margin:auto
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer; border:4px solid #ffffff;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #ffffff; width:21px; height:21px;border-radius: 50%;	margin: 0 4px;cursor: pointer; 
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 87px;
	height: 174px;
	margin-top: -80px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0px;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: -0px;
	background: url(../images/next.png) no-repeat;
}</pre></body></html>